home *** CD-ROM | disk | FTP | other *** search
/ PC Home 48 / Fun Clicp Art 5000.iso / r / mbm / 00999_BYE-bt bye.ls < prev    next >
Encoding:
Text File  |  1996-05-11  |  294 b   |  19 lines

  1. on mouseDown
  2.   global gNumSpr, g1erSprLoc, gBoutons
  3.   set gNumSpr to 2
  4.   gBoutons(appuie, gNumSpr)
  5.   go(the frame)
  6. end
  7.  
  8. on mouseUp
  9.   global gNumSpr, g1erSprLoc, gBoutons
  10.   curseur(1)
  11.   go(the frame)
  12.   if gNumSpr = 2 then
  13.     gBoutons(relache, gNumSpr)
  14.     quit()
  15.   else
  16.     pass()
  17.   end if
  18. end
  19.